home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000319_mylastname@gmcl.com_Thu Apr 27 09:56:10 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.news2me.com!peer01.west.cox.net!cox.net!pd7cy1no!pd7cy2so!shaw.ca!pd7tw1no.POSTED!53ab2750!not-for-mail
  2. X-Trace-PostClient-IP: 68.149.194.250
  3. Newsgroups: comp.protocols.kermit.misc
  4. From: Rob Brown <mylastname@gmcl.com>
  5. X-X-Sender: brown@localhost.localdomain
  6. Subject: command line option -l not honoured if -y present
  7. Message-ID: <Pine.LNX.4.61.0604261701350.23702@localhost.localdomain>
  8. MIME-Version: 1.0
  9. Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
  10. Lines: 68
  11. Date: Wed, 26 Apr 2006 23:22:00 GMT
  12. NNTP-Posting-Host: 24.70.95.207
  13. X-Complaints-To: abuse@shaw.ca
  14. X-Trace: pd7tw1no 1146093720 24.70.95.207 (Wed, 26 Apr 2006 17:22:00 MDT)
  15. NNTP-Posting-Date: Wed, 26 Apr 2006 17:22:00 MDT
  16. Organization: Shaw Residential Internet
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15576
  18.  
  19.  
  20. VMS 7.1 on alpha
  21. C-Kermit 8.0.209, 17 Mar 2003, for OpenVMS Alpha
  22.  
  23. I was surprised to see that if the kermit command line has both
  24.    -y filename
  25. and
  26.    -l device name
  27. that the -l option is ignored altogether.
  28.  
  29. Using this script file (test.scr):
  30.    show comm
  31.    echo \&@[0]
  32.    echo \&@[1]
  33.    echo \&@[2]
  34.    echo \&@[3]
  35.    echo \&@[4]
  36.    echo \&@[5]
  37.    echo \&@[6]
  38.    echo \&@[7]
  39.    exit
  40. and this command line:
  41.  
  42.    $ kermit -y test.scr -l lta15:
  43.  
  44. I see this:
  45.  
  46.    Communications Parameters:
  47.     Line: SYS$INPUT:, speed: 9600, mode: remote, modem: generic
  48.     Parity: none, duplex: full, flow: xon/xoff, handshake: none
  49.     Carrier-watch: auto, close-on-disconnect: off
  50.     Typical port device name: TXA0:, TTA0:, or LTA0:
  51.  
  52.    Modem signals unavailable
  53.  
  54.    Type SHOW DIAL to see DIAL-related items.
  55.    Type SHOW MODEM to see modem-related items.
  56.  
  57.    omega$dkb100:[cluster.][kermit]ckv209-axp-vms71-ucx41.exe;1
  58.    -y
  59.    test.scr
  60.    -l
  61.    lta15:
  62.  
  63. Note that the comm line did *not* get set to LTA15: even though the -l 
  64. command requested that.
  65.  
  66. CKV206-AXP-VMS71-NONET behaves similarly.
  67.  
  68. Obviously I can work around this in the script file, but I did not 
  69. expect this behaviour.  Should I have?  I could not find this 
  70. behaviour mentioned in _Using C-Kermit_ (only the first edition, time 
  71. to spend some more money I guess), nor in the online help, nor on the 
  72. website.
  73.  
  74. Thanks for the advice.
  75.  
  76. - Rob
  77.  
  78.  
  79. -- 
  80.  
  81. Rob Brown                        b r o w n a t g m c l d o t c o m
  82. G. Michaels Consulting Ltd.      (866)438-2101 (voice) toll free!
  83. Edmonton                         (780)438-9343 (voice)
  84.                                   (780)437-3367 (FAX)
  85.                                   http://gmcl.com/
  86.